JMDisposeTextRef
Removes a text object.
OSStatus JMDisposeTextRef(JMTextRef textRef);
textRef
- The text object you want to remove.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
If you create a text object, it is your responsibility to dispose of it after use.SEE ALSO
TheJMNewTextRef
function.